Bootstrap agent2 support #697
ci.yml
on: pull_request
Puppet
/
Static validations
19s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
402 errors
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L450
zabbix::agent on archlinux-rolling-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L450
zabbix::agent on centos-7-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L450
zabbix::agent on centos-8-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L450
zabbix::agent on debian-11-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-20.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 8 (Ruby 3.2):
spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-22.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112902772.pp.KdZCUI
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810944'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.50 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112923272.pp.qMmYE7
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810964'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.51 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112943772.pp.GJwsFj
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810985'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.54 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004276.pp.rAdSyz
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811005'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.52 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112903269.pp.GCiS8V
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.12 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810944'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.43 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112923725.pp.9y4ogM
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810965'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.51 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944221.pp.UB5HTk
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810985'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.51 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'archlinuxrolling-64-none.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004733.pp.XaqqTi
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for archlinuxrolling-64-none.example.com in environment production in 0.11 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811006'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.52 seconds
|
Puppet / Distro Puppet - Archlinux rolling - Zabbix 6.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112859375.pp.MH3n7G
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810941'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.06 seconds
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112919699.pp.ldIhlx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810961'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.34 seconds
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112940195.pp.JhWen3
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810981'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113000695.pp.QdpcDQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811002'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112903769.pp.8ws1pV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810945'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.09 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924075.pp.4KMPrK
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810965'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.31 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944576.pp.W0Pn0o
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810986'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.32 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005073.pp.xnbbw9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811006'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.30 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112902500.pp.RTBB20
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810944'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.32 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112922921.pp.XxptFb
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810964'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.39 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112943417.pp.AVb4gA
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810985'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.39 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113003916.pp.tyofEh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811005'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.38 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/classes/agent_spec.rb#L450
zabbix::agent on centos-7-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 7 (Ruby 2.7):
spec/classes/agent_spec.rb#L450
zabbix::agent on archlinux-rolling-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 7 (Ruby 2.7):
spec/classes/agent_spec.rb#L450
zabbix::agent on debian-11-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 7 (Ruby 2.7):
spec/classes/agent_spec.rb#L450
zabbix::agent on centos-8-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 7 (Ruby 2.7):
spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-22.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 7 (Ruby 2.7):
spec/classes/agent_spec.rb#L450
zabbix::agent on ubuntu-20.04-x86_64 when binary_location is define is expected to contain Zabbix::Startup[zabbix-agent] with binary_location => "/usr/sbin/zabbix_agentd"
Failure/Error:
is_expected.to contain_zabbix__startup(service_name).with(
binary_location: '/usr/sbin/zabbix_agentd'
)
expected that the catalogue would contain Zabbix::Startup[zabbix-agent] with binary_location set to "/usr/sbin/zabbix_agentd" but it is set to nil
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112914833.pp.cSOUaz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810956'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.24 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112935201.pp.7M8Vuf
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810976'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.39 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112955704.pp.pw9voz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810997'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113016200.pp.YPVvWa
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811017'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112919101.pp.wK3lfV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810960'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.08 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112939390.pp.xUG37n
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810981'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.33 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959889.pp.c5xf5x
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811001'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113020389.pp.vOqEIg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811022'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.32 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924511.pp.RheTAZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810966'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.28 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944975.pp.BnQ0ke
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810986'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.39 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005467.pp.Y6vAhu
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811007'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.33 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113026007.pp.tWUDmT
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811027'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.25 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924424.pp.GTIxPM
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810966'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.60 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112949672.pp.iLKSVr
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810991'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.63 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014924.pp.WVq47n
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811016'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.67 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113039920.pp.vRUfz5
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811041'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.65 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924518.pp.RldQfF
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810966'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.69 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112950197.pp.TiI8vO
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810991'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.75 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113015697.pp.EPhBHJ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811017'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.76 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113041197.pp.3mXTrY
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811042'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.74 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112931655.pp.fSdLPZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810973'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112952095.pp.5E0zBI
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810993'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.55 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113012595.pp.NgGXao
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811014'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.53 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113033095.pp.Eor3eA
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.12 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811034'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.53 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112940006.pp.DDmfcT
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810981'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.15 seconds
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113000463.pp.EcYagF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811002'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.18 seconds
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113020963.pp.yh0BiJ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811022'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.20 seconds
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113041471.pp.APOdk7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811043'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.21 seconds
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112940542.pp.ff5KFa
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810982'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.64 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008174.pp.EYaxbL
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811009'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.77 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113035666.pp.3C40BP
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811037'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.75 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113103166.pp.vmanpP
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811064'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.77 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112942728.pp.xwaucw
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810984'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.80 seconds
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113010424.pp.Yjn3hM
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811012'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.83 seconds
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113037921.pp.NvSWDc
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811039'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.81 seconds
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113105424.pp.KoavnZ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811067'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.82 seconds
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112905831.pp.ogmszW
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810947'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.14 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926095.pp.OI9nBR
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810967'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.38 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946595.pp.Ornx3E
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810988'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.33 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007091.pp.RVmH6e
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811008'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.41 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112933109.pp.GhwFJu
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810975'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.11 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112953529.pp.ulg6hb
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810996'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.18 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014025.pp.FfnnLN
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811016'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.17 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113034525.pp.orqmPJ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811037'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.19 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112923514.pp.XrxqTw
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810965'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.22 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112943970.pp.Vz3yQw
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810985'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.31 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004470.pp.4A0sbc
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811006'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.30 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113024970.pp.cWaXsX
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811026'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.33 seconds
|
Puppet / Puppet 8 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112909445.pp.tAA7xy
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810951'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.20 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112929869.pp.lsjA1j
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810971'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.28 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112950369.pp.oFTLPU
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810992'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.27 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113010873.pp.IlBdD8
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811012'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.25 seconds
|
Puppet / Puppet 8 - Rocky 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112936162.pp.C6Iuxb
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810977'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.92 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112936939.pp.RrIrRB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810978'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.80 seconds
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113003962.pp.XcMWyg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811005'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.86 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113031466.pp.ZGUrWX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811033'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.86 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113004714.pp.2tnSvN
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811006'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.75 seconds
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113058962.pp.o3sUCm
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811060'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.85 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113032207.pp.ZIyVyZ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811033'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.77 seconds
|
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113059707.pp.iZig0h
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811061'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 11.77 seconds
|
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112921566.pp.syMY4J
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810963'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.25 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941998.pp.w0IUzf
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810983'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113002497.pp.Uznx5X
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811004'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.40 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113022997.pp.5zPl73
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811024'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.40 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112939278.pp.h9z8Oz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810981'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.08 seconds
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959574.pp.vDOEZt
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811002'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.28 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113020074.pp.ySu6kB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811022'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.27 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112911484.pp.yJOniT
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810953'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.14 seconds
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113040578.pp.k1MPmq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811043'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.26 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Debian 11 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112931885.pp.bdEoJW
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810973'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.24 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112952375.pp.Q1ausi
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810994'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.28 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113012880.pp.sVMMAX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811014'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.28 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112907554.pp.L1t3Pl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810949'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.13 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112905861.pp.4HsNKD
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810947'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.35 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112927922.pp.zuk4wQ
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810969'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926257.pp.lkJIgZ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810967'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112948418.pp.yPytJC
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810990'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.26 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946753.pp.ZoyGzg
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810988'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008926.pp.gyRzys
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811010'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113026484.pp.j0Y06r
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811028'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.26 seconds
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007253.pp.3FbF55
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811008'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.43 seconds
|
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Rocky 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113046831.pp.hWnOPY
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811048'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.41 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113107336.pp.9M3zLS
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811068'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.41 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113127832.pp.6HVETy
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811089'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.40 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959092.pp.IJoInk
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811003'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 5.78 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019428.pp.HbVQQk
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811023'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.02 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113039924.pp.dUN0dl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811043'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.00 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113100424.pp.nht8x6
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811064'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 5.99 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113031639.pp.xiANYg
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811033'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.22 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113051911.pp.1Y1EZz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811053'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113112411.pp.2PPAQw
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811073'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.43 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113132915.pp.bxR9U7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811094'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112938991.pp.F5cUnC
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810980'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.22 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959403.pp.3l824m
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811001'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.32 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019903.pp.FMX6AC
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811021'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.33 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113040404.pp.5oRf68
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811042'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.33 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112947946.pp.hitXBx
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.26 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810991'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.01 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008282.pp.203VCy
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811011'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.28 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113028774.pp.t2hm6C
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811032'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.25 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113049274.pp.s4szcF
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811052'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.29 seconds
|
Puppet / Puppet 8 - Ubuntu 22.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112953772.pp.6VSqEo
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810997'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.02 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014056.pp.AKiHCP
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811017'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.14 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113034556.pp.ESBymx
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811038'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.24 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113055060.pp.70E0wM
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811058'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.22 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112956940.pp.CoLm62
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811000'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 5.85 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113017316.pp.vPwt77
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.22 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811021'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.07 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113037816.pp.zRe8Y3
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811041'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.04 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113058308.pp.yD2YRX
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet8.example.com in environment production in 0.25 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811062'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.04 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112900287.pp.n2TuDD
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810942'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.14 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112929714.pp.RCmBtX
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810971'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.67 seconds
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112920623.pp.Vc2T8W
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810962'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.32 seconds
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941123.pp.ZVPXgz
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810982'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.30 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113001623.pp.FyNdlE
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811003'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.30 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112955445.pp.xFQip8
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.15 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810997'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.70 seconds
|
Puppet / Puppet 8 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113021193.pp.ZdC7dB
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811023'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.70 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113046697.pp.YK2Seq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811048'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.71 seconds
|
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113025717.pp.ihM9KS
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811027'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.24 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113046089.pp.a6P2Au
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811047'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113106593.pp.zUKMBP
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811068'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.37 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113127089.pp.ZAf88Q
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811088'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926252.pp.pE3GB8
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810967'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.31 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946715.pp.AHCOnN
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810988'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.31 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007220.pp.EYqPYa
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811008'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.30 seconds
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113027716.pp.vfuvwd
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811029'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.27 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112949330.pp.9bwOLc
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810992'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.09 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113009678.pp.c4INso
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811013'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.12 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113030186.pp.J95Cnj
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811033'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.27 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113050682.pp.BpvAfg
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2204-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811054'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.15 seconds
|
Puppet / Puppet 7 - Ubuntu 22.04 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941457.pp.eSKzlQ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810983'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.09 seconds
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113001697.pp.5z6VaF
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811003'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.36 seconds
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113022201.pp.njFlgB
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811023'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.35 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113042701.pp.dLzyKL
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811044'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.36 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112948602.pp.ZrTU6O
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810990'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.07 seconds
|
Puppet / Puppet 8 - CentOS 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113008930.pp.lVn2Fz
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811010'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.24 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113029430.pp.GA5VGR
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811031'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.34 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113049922.pp.R1oDGH
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet8.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811051'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.29 seconds
|
Puppet / Puppet 8 - CentOS 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112930395.pp.cdO6sx
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810971'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.35 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112950783.pp.yWJqt7
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810992'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.48 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113011279.pp.ydGaZk
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811012'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.49 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113031783.pp.BeDSr6
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for rocky8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811033'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.50 seconds
|
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924820.pp.hYzGBK
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810966'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.43 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112945281.pp.0n20Gp
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810986'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005776.pp.FPxlnh
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811007'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113026276.pp.WNnrtO
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811027'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - OracleLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112918536.pp.VxGWPM
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810960'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.27 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112938820.pp.VtFBzi
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810980'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959318.pp.yZwizA
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811000'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.50 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019821.pp.jVxSHq
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811021'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.49 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113014073.pp.PY2qD0
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811017'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 5.93 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113034377.pp.svbGvE
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811038'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.14 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113054872.pp.jXDpEq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811058'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.13 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113115373.pp.LOWiZ2
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for ubuntu2004-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811079'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 6.14 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112959065.pp.xxLE3C
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811000'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.36 seconds
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112903723.pp.VmAQSU
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810945'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.40 seconds
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112926301.pp.PDPfmu
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810968'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.27 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113019461.pp.FA0yM9
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811020'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.48 seconds
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946763.pp.hlcqzq
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810989'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.20 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113039957.pp.9emF6W
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811041'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.48 seconds
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113007261.pp.5MJ7g3
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811009'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.25 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112924159.pp.AArL1F
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810965'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.43 seconds
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113027761.pp.Kxubd4
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811030'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.28 seconds
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113100457.pp.Z88Wd6
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811061'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.47 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112944659.pp.bauiK5
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810986'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113005167.pp.XMHDQR
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811006'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.42 seconds
|
Puppet / Puppet 7 - Debian 11 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112915366.pp.Wd1mLf
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810956'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.28 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112935726.pp.9f49aE
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810977'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112956230.pp.OJCW8d
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810997'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.41 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113016734.pp.zbtzjR
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for almalinux8-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811018'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.40 seconds
|
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112955680.pp.G0dKnz
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810997'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.43 seconds
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113016144.pp.8O7PF9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811017'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.50 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112937299.pp.00mwgF
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.24 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810980'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.05 seconds
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113036640.pp.sPkh9P
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811038'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.47 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112957723.pp.NfQh52
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811000'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.15 seconds
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113057140.pp.yxR1Ez
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811058'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.47 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113018219.pp.um1zO1
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.27 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811021'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.10 seconds
|
Puppet / Puppet 7 - CentOS 8 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113038723.pp.CXSteb
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.23 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811041'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 7.14 seconds
|
Puppet / Puppet 8 - Debian 11 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112941469.pp.65LoC3
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810983'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.28 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113001778.pp.ns4n7I
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811003'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113022274.pp.OVhxnu
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811023'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113042778.pp.SMPt5X
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos9-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811044'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.46 seconds
|
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 5.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112921212.pp.quHnGx
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810962'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.60 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 5.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112946420.pp.IMC2Dh
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709810988'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.67 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113011419.pp.FaGzlV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811013'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.69 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 5.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113036424.pp.OefwHP
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811038'
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 10.68 seconds
|
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
Canceling since a higher priority waiting request for '929/merge' exists
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L95
zabbix::agent class with agent2 and zabbix_version 6.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113028275.pp.MSYuUJ
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.14 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811029'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.39 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L122
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-agent2" to be running
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L123
zabbix::agent class with agent2 and zabbix_version 6.0 Service "zabbix-agent2" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-agent2" to be enabled
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L131
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113048716.pp.DduuWC
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811050'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.44 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L155
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113109215.pp.SvdJnS
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811070'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0:
spec/acceptance/agent_spec.rb#L174
zabbix::agent class with agent2 and zabbix_version 6.0 With ListenIP set to lo With ListenIP set to an IP-Address works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_113129716.pp.4HS5le
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle8-64-puppet7.example.com in environment production in 0.13 seconds
Info: Using environment 'production'
Info: Applying configuration version '1709811091'
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]: Not removing directory; use 'force' to override
�[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agent2.d/plugins.d]/ensure: removed
Info: /etc/zabbix/zabbix_agent2.d: Scheduling refresh of Service[zabbix-agent]
�[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Unscheduling refresh on Service[zabbix-agent]
�[mNotice: Applied catalog in 8.45 seconds
|
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
|