Skip to content

Remove unsupported OS #842

Remove unsupported OS

Remove unsupported OS #842

Triggered via pull request June 28, 2024 11:50
Status Cancelled
Total duration 1h 57m 34s
Artifacts

ci.yml

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

Annotations

308 errors and 12 warnings
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120005226.Dzrbl1.pp Last 10 lines of output were: Info: Class[Apt::Update]: Unscheduling all events on Class[Apt::Update] Warning: /Stage[main]/Apt::Update/Exec[apt_update]: Skipping because of failed dependencies Info: Class[Zabbix::Repo]: Unscheduling all events on Class[Zabbix::Repo] Warning: /Stage[main]/Apt/Package[gnupg]: Skipping because of failed dependencies Info: Class[Apt]: Unscheduling all events on Class[Apt] Warning: /Stage[main]/Zabbix::Agent/Package[zabbix-agent]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Skipping because of failed dependencies �[mNotice: Applied catalog in 8.25 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120017848.phDkK0.pp Last 10 lines of output were: Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Scheduling refresh of Service[zabbix-agent] Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Scheduling refresh of Service[zabbix-agent] Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]/owner: owner changed 'root' to 'zabbix' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]/group: group changed 'root' to 'zabbix' Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]: Scheduling refresh of Service[zabbix-agent] Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.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.78 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 7.0
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0: spec/acceptance/zabbix_host_spec.rb#L42
zabbix_host type create zabbix_host resources with zabbix version 6.0 works with no error on the first apply Failure/Error: apply_manifest(pp1, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115825229.1phLmq.pp Last 10 lines of output were: Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-directories]/Concat_fragment[localhost-directories]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-logging]/Concat_fragment[localhost-logging]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-serversignature]/Concat_fragment[localhost-serversignature]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-access_log]/Concat_fragment[localhost-access_log]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-rewrite]/Concat_fragment[localhost-rewrite]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-custom_fragment]/Concat_fragment[localhost-custom_fragment]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Web/Apache::Vhost[localhost]/Concat::Fragment[localhost-file_footer]/Concat_fragment[localhost-file_footer]: Skipping because of failed dependencies Info: Class[Zabbix::Web]: Unscheduling all events on Class[Zabbix::Web] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 103.97 seconds
Puppet / Puppet 7 - CentOS 9 - Zabbix 6.0
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120004618.et5CF2.pp Last 10 lines of output were: Info: Class[Apt::Update]: Unscheduling all events on Class[Apt::Update] Warning: /Stage[main]/Apt::Update/Exec[apt_update]: Skipping because of failed dependencies Info: Class[Zabbix::Repo]: Unscheduling all events on Class[Zabbix::Repo] Warning: /Stage[main]/Apt/Package[gnupg]: Skipping because of failed dependencies Info: Class[Apt]: Unscheduling all events on Class[Apt] Warning: /Stage[main]/Zabbix::Agent/Package[zabbix-agent]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]: Skipping because of failed dependencies Warning: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Skipping because of failed dependencies �[mNotice: Applied catalog in 7.01 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120015738.SDrpEA.pp Last 10 lines of output were: Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Scheduling refresh of Service[zabbix-agent] Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Scheduling refresh of Service[zabbix-agent] Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.conf]: Scheduling refresh of Service[zabbix-agent] �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]/owner: owner changed 'root' to 'zabbix' �[mNotice: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]/group: group changed 'root' to 'zabbix' Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.d]: Scheduling refresh of Service[zabbix-agent] Info: /Stage[main]/Zabbix::Agent/File[/etc/zabbix/zabbix_agentd.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.32 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Ubuntu 20.04 - Zabbix 5.0
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115525525.Hemy17.pp Last 10 lines of output were: Jun 28 11:57:07 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:57:07 almalinux8-64-puppet7.example.com zabbix_agentd[1226]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:57:07 almalinux8-64-puppet7.example.com zabbix_agentd[1226]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:57:07 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:57:07 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 100.30 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115707642.Uvxx6O.pp Last 10 lines of output were: Jun 28 11:57:17 almalinux8-64-puppet7.example.com zabbix_agentd[1385]: agent #4 started [listener #3] Jun 28 11:57:17 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1381 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:57:17 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1381 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:58:47 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:58:47 almalinux8-64-puppet7.example.com zabbix_agentd[1381]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:58:47 almalinux8-64-puppet7.example.com zabbix_agentd[1381]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:58:47 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:58:47 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115848796.79cmk9.pp Last 10 lines of output were: Jun 28 11:58:58 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 11:58:58 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 11:58:58 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 11:58:58 almalinux8-64-puppet7.example.com zabbix_agentd[1738]: zabbix_agentd [1738]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 11:58:58 almalinux8-64-puppet7.example.com zabbix_agentd[1740]: Starting Zabbix Agent [almalinux8-64-puppet7.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:58:58 almalinux8-64-puppet7.example.com zabbix_agentd[1740]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120028589.pY0A2h.pp Last 10 lines of output were: Jun 28 12:00:28 almalinux8-64-puppet7.example.com zabbix_agentd[1740]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:00:28 almalinux8-64-puppet7.example.com zabbix_agentd[1740]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:00:28 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:00:28 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:00:38 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:00:38 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:00:38 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:00:38 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.73 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120209159.NzB0XB.pp Last 10 lines of output were: Jun 28 12:02:08 almalinux8-64-puppet7.example.com zabbix_agentd[1895]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:08 almalinux8-64-puppet7.example.com zabbix_agentd[1895]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:02:08 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:08 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:19 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:02:19 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:02:19 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:19 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120349578.xCfrdZ.pp Last 10 lines of output were: Jun 28 12:03:49 almalinux8-64-puppet7.example.com zabbix_agentd[2080]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:49 almalinux8-64-puppet7.example.com zabbix_agentd[2080]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:03:49 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:03:49 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:59 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:03:59 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:03:59 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:59 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115637207.f50Wug.pp Last 10 lines of output were: Jun 28 11:58:22 oracle7-64-puppet7.example.com zabbix_agentd[906]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:58:22 oracle7-64-puppet7.example.com zabbix_agentd[906]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:58:22 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:58:22 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:58:22 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 103.43 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115822533.o9Nnbm.pp Last 10 lines of output were: Jun 28 11:58:36 oracle7-64-puppet7.example.com systemd[1]: New main PID 1024 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:58:36 oracle7-64-puppet7.example.com systemd[1]: New main PID 1024 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:00:06 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:00:06 oracle7-64-puppet7.example.com zabbix_agentd[1024]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:00:06 oracle7-64-puppet7.example.com zabbix_agentd[1024]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:00:06 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:00:06 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:00:06 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 102.18 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120007112.wfYMIk.pp Last 10 lines of output were: Jun 28 12:00:20 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:00:20 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:00:20 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:00:20 oracle7-64-puppet7.example.com zabbix_agentd[1224]: zabbix_agentd [1224]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:00:20 oracle7-64-puppet7.example.com zabbix_agentd[1226]: Starting Zabbix Agent [oracle7-64-puppet7.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:00:20 oracle7-64-puppet7.example.com zabbix_agentd[1226]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 101.99 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120150974.8WfEzA.pp Last 10 lines of output were: Jun 28 12:01:50 oracle7-64-puppet7.example.com zabbix_agentd[1226]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:01:50 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:01:50 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:01:50 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:02:04 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:02:04 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:04 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:02:04 oracle7-64-puppet7.example.com zabbix_agentd[1355]: zabbix_agentd [1355]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.91 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120334781.o0M9Rt.pp Last 10 lines of output were: Jun 28 12:03:34 oracle7-64-puppet7.example.com zabbix_agentd[1357]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:03:34 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:34 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:03:34 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:03:48 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:03:48 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:48 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:03:48 oracle7-64-puppet7.example.com zabbix_agentd[1480]: zabbix_agentd [1480]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120518734.bJUAQn.pp Last 10 lines of output were: Jun 28 12:05:18 oracle7-64-puppet7.example.com zabbix_agentd[1482]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:05:18 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:18 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:05:18 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:05:32 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:05:32 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:32 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:05:32 oracle7-64-puppet7.example.com zabbix_agentd[1598]: zabbix_agentd [1598]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.91 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115553065.FuDRRP.pp Last 10 lines of output were: Jun 28 11:57:36 centos7-64-puppet7.example.com zabbix_agentd[844]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:57:36 centos7-64-puppet7.example.com zabbix_agentd[844]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:57:36 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:57:36 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:57:36 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 101.32 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115736272.qtJf90.pp Last 10 lines of output were: Jun 28 11:57:49 centos7-64-puppet7.example.com systemd[1]: New main PID 975 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:57:49 centos7-64-puppet7.example.com systemd[1]: New main PID 975 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 11:59:19 centos7-64-puppet7.example.com zabbix_agentd[975]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:19 centos7-64-puppet7.example.com zabbix_agentd[975]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 101.38 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115920094.AW1Iux.pp Last 10 lines of output were: Jun 28 11:59:32 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 11:59:32 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 11:59:32 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 11:59:32 centos7-64-puppet7.example.com zabbix_agentd[1188]: zabbix_agentd [1188]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 11:59:32 centos7-64-puppet7.example.com zabbix_agentd[1190]: Starting Zabbix Agent [centos7-64-puppet7.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:59:32 centos7-64-puppet7.example.com zabbix_agentd[1190]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 101.01 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120102956.5CyzN8.pp Last 10 lines of output were: Jun 28 12:01:02 centos7-64-puppet7.example.com zabbix_agentd[1190]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:01:02 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:01:02 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:01:02 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:01:15 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:01:15 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:15 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:15 centos7-64-puppet7.example.com zabbix_agentd[1332]: zabbix_agentd [1332]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.34 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120246268.a3VK9i.pp Last 10 lines of output were: Jun 28 12:02:46 centos7-64-puppet7.example.com zabbix_agentd[1334]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:02:46 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:46 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:02:46 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:02:58 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:02:58 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:58 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:02:58 centos7-64-puppet7.example.com zabbix_agentd[1470]: zabbix_agentd [1470]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.09 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120429208.g9tHYM.pp Last 10 lines of output were: Jun 28 12:04:29 centos7-64-puppet7.example.com zabbix_agentd[1472]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:04:29 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:29 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:04:29 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:04:41 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:04:41 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:41 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:04:41 centos7-64-puppet7.example.com zabbix_agentd[1600]: zabbix_agentd [1600]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.15 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - CentOS 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120035255.RoVcfj.pp Last 10 lines of output were: Jun 28 12:02:14 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:02:14 almalinux8-64-puppet8.example.com zabbix_agentd[1245]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:14 almalinux8-64-puppet8.example.com zabbix_agentd[1245]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:02:14 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:14 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 97.71 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120214914.HSlGPK.pp Last 10 lines of output were: Jun 28 12:02:24 almalinux8-64-puppet8.example.com zabbix_agentd[1417]: agent #4 started [listener #3] Jun 28 12:02:25 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1413 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:02:25 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1413 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:03:55 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:03:55 almalinux8-64-puppet8.example.com zabbix_agentd[1413]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:55 almalinux8-64-puppet8.example.com zabbix_agentd[1413]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:03:55 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:03:55 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120356039.W8PQKd.pp Last 10 lines of output were: Jun 28 12:04:05 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:04:05 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:05 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:04:05 almalinux8-64-puppet8.example.com zabbix_agentd[1770]: zabbix_agentd [1770]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:04:05 almalinux8-64-puppet8.example.com zabbix_agentd[1772]: Starting Zabbix Agent [almalinux8-64-puppet8.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:04:05 almalinux8-64-puppet8.example.com zabbix_agentd[1772]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.91 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120535850.BixKA3.pp Last 10 lines of output were: Jun 28 12:05:35 almalinux8-64-puppet8.example.com zabbix_agentd[1772]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:35 almalinux8-64-puppet8.example.com zabbix_agentd[1772]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:05:35 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:05:35 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:45 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:05:45 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:05:45 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:45 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120716406.uRFYU2.pp Last 10 lines of output were: Jun 28 12:07:16 almalinux8-64-puppet8.example.com zabbix_agentd[1927]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:16 almalinux8-64-puppet8.example.com zabbix_agentd[1927]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:07:16 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:07:16 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:07:26 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:07:26 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:07:26 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:07:26 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120856860.6Y1Lrh.pp Last 10 lines of output were: Jun 28 12:08:56 almalinux8-64-puppet8.example.com zabbix_agentd[2099]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:08:56 almalinux8-64-puppet8.example.com zabbix_agentd[2099]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:08:56 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:08:56 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:09:06 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:09:06 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:09:06 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:06 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120157065.4P1gQt.pp Last 10 lines of output were: Jun 28 12:03:41 centos7-64-puppet8.example.com zabbix_agentd[840]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:41 centos7-64-puppet8.example.com zabbix_agentd[840]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:03:41 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:41 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:03:41 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 102.23 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120538700.JvXAW8.pp Last 10 lines of output were: Jun 28 12:07:19 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:07:19 rocky8-64-puppet8.example.com zabbix_agentd[1137]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:19 rocky8-64-puppet8.example.com zabbix_agentd[1137]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:07:19 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:07:19 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 99.23 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120341335.tMPIEW.pp Last 10 lines of output were: Jun 28 12:03:54 centos7-64-puppet8.example.com systemd[1]: New main PID 974 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:03:54 centos7-64-puppet8.example.com systemd[1]: New main PID 974 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:05:24 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:05:24 centos7-64-puppet8.example.com zabbix_agentd[974]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:24 centos7-64-puppet8.example.com zabbix_agentd[974]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:05:24 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:24 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:05:24 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 101.23 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120719811.qavUvn.pp Last 10 lines of output were: Jun 28 12:07:29 rocky8-64-puppet8.example.com zabbix_agentd[1288]: agent #4 started [listener #3] Jun 28 12:07:29 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1284 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:07:29 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1284 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:09:00 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:09:00 rocky8-64-puppet8.example.com zabbix_agentd[1284]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:09:00 rocky8-64-puppet8.example.com zabbix_agentd[1284]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:09:00 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:09:00 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120900959.na4bmW.pp Last 10 lines of output were: Jun 28 12:09:10 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:09:10 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:10 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:09:10 rocky8-64-puppet8.example.com zabbix_agentd[1609]: zabbix_agentd [1609]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:09:10 rocky8-64-puppet8.example.com zabbix_agentd[1611]: Starting Zabbix Agent [rocky8-64-puppet8.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:09:10 rocky8-64-puppet8.example.com zabbix_agentd[1611]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120525158.DkkJEt.pp Last 10 lines of output were: Jun 28 12:05:37 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:05:37 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:37 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:05:37 centos7-64-puppet8.example.com zabbix_agentd[1190]: zabbix_agentd [1190]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:05:37 centos7-64-puppet8.example.com zabbix_agentd[1192]: Starting Zabbix Agent [centos7-64-puppet8.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:05:37 centos7-64-puppet8.example.com zabbix_agentd[1192]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 101.07 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121040773.OhqgZz.pp Last 10 lines of output were: Jun 28 12:10:40 rocky8-64-puppet8.example.com zabbix_agentd[1611]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:10:40 rocky8-64-puppet8.example.com zabbix_agentd[1611]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:10:40 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:10:40 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:50 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:10:50 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:10:50 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:50 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.58 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120708272.27VeLZ.pp Last 10 lines of output were: Jun 28 12:07:08 centos7-64-puppet8.example.com zabbix_agentd[1192]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:07:08 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:07:08 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:07:08 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:07:21 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:07:21 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:07:21 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:07:21 centos7-64-puppet8.example.com zabbix_agentd[1324]: zabbix_agentd [1324]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.21 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121221312.JVqEaN.pp Last 10 lines of output were: Jun 28 12:12:21 rocky8-64-puppet8.example.com zabbix_agentd[1758]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:12:21 rocky8-64-puppet8.example.com zabbix_agentd[1758]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:12:21 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:12:21 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:12:31 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:12:31 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:12:31 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:12:31 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120851576.VYANGF.pp Last 10 lines of output were: Jun 28 12:08:51 centos7-64-puppet8.example.com zabbix_agentd[1326]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:08:51 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:08:51 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:08:51 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:09:04 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:09:04 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:04 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:09:04 centos7-64-puppet8.example.com zabbix_agentd[1465]: zabbix_agentd [1465]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.20 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121401748.wtFQGX.pp Last 10 lines of output were: Jun 28 12:14:01 rocky8-64-puppet8.example.com zabbix_agentd[1920]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:14:01 rocky8-64-puppet8.example.com zabbix_agentd[1920]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:14:01 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:14:01 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:14:11 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:14:11 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:14:11 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:14:11 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.62 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121034767.kKp8cO.pp Last 10 lines of output were: Jun 28 12:10:34 centos7-64-puppet8.example.com zabbix_agentd[1467]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:10:34 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:34 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:10:34 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:10:47 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:10:47 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:47 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:10:47 centos7-64-puppet8.example.com zabbix_agentd[1598]: zabbix_agentd [1598]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.24 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - Rocky 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115720386.gUY8l8.pp Last 10 lines of output were: Jun 28 11:59:24 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:59:24 oracle8-64-puppet7.example.com zabbix_agentd[1091]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:24 oracle8-64-puppet7.example.com zabbix_agentd[1091]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:59:24 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:59:24 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 122.30 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115924512.mtIkPK.pp Last 10 lines of output were: Jun 28 11:59:34 oracle8-64-puppet7.example.com zabbix_agentd[1239]: agent #4 started [listener #3] Jun 28 11:59:34 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1235 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:34 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1235 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:01:04 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:01:04 oracle8-64-puppet7.example.com zabbix_agentd[1235]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:01:04 oracle8-64-puppet7.example.com zabbix_agentd[1235]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:01:04 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:01:04 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120105605.roSKkm.pp Last 10 lines of output were: Jun 28 12:01:15 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:01:15 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:15 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:15 oracle8-64-puppet7.example.com zabbix_agentd[1546]: zabbix_agentd [1546]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:01:15 oracle8-64-puppet7.example.com zabbix_agentd[1548]: Starting Zabbix Agent [oracle8-64-puppet7.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:01:15 oracle8-64-puppet7.example.com zabbix_agentd[1548]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.07 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120245463.mRwzBd.pp Last 10 lines of output were: Jun 28 12:02:45 oracle8-64-puppet7.example.com zabbix_agentd[1548]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:45 oracle8-64-puppet7.example.com zabbix_agentd[1548]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:02:45 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:45 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:55 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:02:55 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:02:55 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:55 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120426023.W4vNfw.pp Last 10 lines of output were: Jun 28 12:04:25 oracle8-64-puppet7.example.com zabbix_agentd[1692]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:04:25 oracle8-64-puppet7.example.com zabbix_agentd[1692]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:04:25 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:04:25 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:36 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:04:36 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:04:36 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:36 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120606447.LL3qTy.pp Last 10 lines of output were: Jun 28 12:06:06 oracle8-64-puppet7.example.com zabbix_agentd[1849]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:06 oracle8-64-puppet7.example.com zabbix_agentd[1849]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:06:06 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:06 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:16 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:06:16 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:06:16 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:06:16 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115741700.JEu889.pp Last 10 lines of output were: Jun 28 11:59:25 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:59:25 rocky8-64-puppet7.example.com zabbix_agentd[1138]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:25 rocky8-64-puppet7.example.com zabbix_agentd[1138]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:59:25 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:59:25 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 101.92 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120038211.hfnTU0.pp Last 10 lines of output were: Jun 28 12:02:17 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:02:17 almalinux8-64-puppet8.example.com zabbix_agentd[1228]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:17 almalinux8-64-puppet8.example.com zabbix_agentd[1228]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:02:17 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:17 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 97.54 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115925480.YpWYmM.pp Last 10 lines of output were: Jun 28 11:59:35 rocky8-64-puppet7.example.com zabbix_agentd[1289]: agent #4 started [listener #3] Jun 28 11:59:35 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1285 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:35 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1285 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:01:05 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:01:05 rocky8-64-puppet7.example.com zabbix_agentd[1285]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:01:05 rocky8-64-puppet7.example.com zabbix_agentd[1285]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:01:05 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:01:05 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.75 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120217675.0AWr5V.pp Last 10 lines of output were: Jun 28 12:02:27 almalinux8-64-puppet8.example.com zabbix_agentd[1400]: agent #4 started [listener #3] Jun 28 12:02:27 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1396 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:02:27 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1396 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:03:58 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:03:58 almalinux8-64-puppet8.example.com zabbix_agentd[1396]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:58 almalinux8-64-puppet8.example.com zabbix_agentd[1396]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:03:58 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:03:58 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.61 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120106635.THdAwJ.pp Last 10 lines of output were: Jun 28 12:01:16 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:01:16 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:16 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:16 rocky8-64-puppet7.example.com zabbix_agentd[1623]: zabbix_agentd [1623]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:01:16 rocky8-64-puppet7.example.com zabbix_agentd[1625]: Starting Zabbix Agent [rocky8-64-puppet7.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:01:16 rocky8-64-puppet7.example.com zabbix_agentd[1625]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120246429.3Hs97T.pp Last 10 lines of output were: Jun 28 12:02:46 rocky8-64-puppet7.example.com zabbix_agentd[1625]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:46 rocky8-64-puppet7.example.com zabbix_agentd[1625]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:02:46 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:46 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:56 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:02:56 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:02:56 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:56 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.71 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120358829.nGrHXO.pp Last 10 lines of output were: Jun 28 12:04:08 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:04:08 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:08 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:04:08 almalinux8-64-puppet8.example.com zabbix_agentd[1753]: zabbix_agentd [1753]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:04:08 almalinux8-64-puppet8.example.com zabbix_agentd[1755]: Starting Zabbix Agent [almalinux8-64-puppet8.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:04:08 almalinux8-64-puppet8.example.com zabbix_agentd[1755]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.96 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120426991.eishRd.pp Last 10 lines of output were: Jun 28 12:04:26 rocky8-64-puppet7.example.com zabbix_agentd[1772]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:04:26 rocky8-64-puppet7.example.com zabbix_agentd[1772]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:04:26 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:04:26 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:37 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:04:37 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:04:37 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:37 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120538643.sUjEAn.pp Last 10 lines of output were: Jun 28 12:05:38 almalinux8-64-puppet8.example.com zabbix_agentd[1755]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:38 almalinux8-64-puppet8.example.com zabbix_agentd[1755]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:05:38 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:05:38 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:48 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:05:48 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:05:48 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:48 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120607422.DGvOLw.pp Last 10 lines of output were: Jun 28 12:06:07 rocky8-64-puppet7.example.com zabbix_agentd[1934]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:07 rocky8-64-puppet7.example.com zabbix_agentd[1934]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:06:07 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:07 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:17 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:06:17 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:06:17 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:06:17 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.74 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120719206.r1dv3F.pp Last 10 lines of output were: Jun 28 12:07:19 almalinux8-64-puppet8.example.com zabbix_agentd[1910]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:19 almalinux8-64-puppet8.example.com zabbix_agentd[1910]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:07:19 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:07:19 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:07:29 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:07:29 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:07:29 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:07:29 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - Rocky 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120859615.DNsK43.pp Last 10 lines of output were: Jun 28 12:08:59 almalinux8-64-puppet8.example.com zabbix_agentd[2082]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:08:59 almalinux8-64-puppet8.example.com zabbix_agentd[2082]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:08:59 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:08:59 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:09:09 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:09:09 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:09:09 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:09 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.64 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120150965.t4wXsP.pp Last 10 lines of output were: Jun 28 12:03:36 centos7-64-puppet8.example.com zabbix_agentd[853]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:36 centos7-64-puppet8.example.com zabbix_agentd[853]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:03:36 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:36 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:03:36 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 103.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120336622.osLoaP.pp Last 10 lines of output were: Jun 28 12:03:49 centos7-64-puppet8.example.com systemd[1]: New main PID 987 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:03:49 centos7-64-puppet8.example.com systemd[1]: New main PID 987 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:05:19 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:05:19 centos7-64-puppet8.example.com zabbix_agentd[987]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:19 centos7-64-puppet8.example.com zabbix_agentd[987]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:05:19 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:19 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:05:19 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 101.40 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120520665.NcjYwp.pp Last 10 lines of output were: Jun 28 12:05:33 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:05:33 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:33 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:05:33 centos7-64-puppet8.example.com zabbix_agentd[1203]: zabbix_agentd [1203]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:05:33 centos7-64-puppet8.example.com zabbix_agentd[1205]: Starting Zabbix Agent [centos7-64-puppet8.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:05:33 centos7-64-puppet8.example.com zabbix_agentd[1205]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 101.34 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120704050.t4jI8x.pp Last 10 lines of output were: Jun 28 12:07:03 centos7-64-puppet8.example.com zabbix_agentd[1205]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:07:03 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:07:03 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:07:03 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:07:16 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:07:16 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:07:16 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:07:16 centos7-64-puppet8.example.com zabbix_agentd[1337]: zabbix_agentd [1337]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.24 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120847355.VJJ48S.pp Last 10 lines of output were: Jun 28 12:08:47 centos7-64-puppet8.example.com zabbix_agentd[1339]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:08:47 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:08:47 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:08:47 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:09:00 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:09:00 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:00 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:09:00 centos7-64-puppet8.example.com zabbix_agentd[1478]: zabbix_agentd [1478]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.18 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121030554.CIHj2H.pp Last 10 lines of output were: Jun 28 12:10:30 centos7-64-puppet8.example.com zabbix_agentd[1480]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:10:30 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:30 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:10:30 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:10:43 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:10:43 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:43 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:10:43 centos7-64-puppet8.example.com zabbix_agentd[1611]: zabbix_agentd [1611]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.22 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - CentOS 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120554546.PmP00A.pp Last 10 lines of output were: Jun 28 12:07:38 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:07:38 rocky8-64-puppet8.example.com zabbix_agentd[1122]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:38 rocky8-64-puppet8.example.com zabbix_agentd[1122]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:07:38 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:07:38 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 102.44 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120738905.j2s67a.pp Last 10 lines of output were: Jun 28 12:07:49 rocky8-64-puppet8.example.com zabbix_agentd[1273]: agent #4 started [listener #3] Jun 28 12:07:49 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1269 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:07:49 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1269 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:09:19 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:09:19 rocky8-64-puppet8.example.com zabbix_agentd[1269]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:09:19 rocky8-64-puppet8.example.com zabbix_agentd[1269]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:09:19 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:09:19 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120920078.t3Mlp3.pp Last 10 lines of output were: Jun 28 12:09:29 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:09:29 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:29 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:09:29 rocky8-64-puppet8.example.com zabbix_agentd[1594]: zabbix_agentd [1594]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:09:29 rocky8-64-puppet8.example.com zabbix_agentd[1596]: Starting Zabbix Agent [rocky8-64-puppet8.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:09:29 rocky8-64-puppet8.example.com zabbix_agentd[1596]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.92 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121059874.SPle7Z.pp Last 10 lines of output were: Jun 28 12:10:59 rocky8-64-puppet8.example.com zabbix_agentd[1596]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:10:59 rocky8-64-puppet8.example.com zabbix_agentd[1596]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:10:59 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:10:59 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:11:09 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:11:09 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:11:10 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:11:10 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.58 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121240451.n67tV0.pp Last 10 lines of output were: Jun 28 12:12:40 rocky8-64-puppet8.example.com zabbix_agentd[1743]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:12:40 rocky8-64-puppet8.example.com zabbix_agentd[1743]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:12:40 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:12:40 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:12:50 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:12:50 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:12:50 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:12:50 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121420859.fvEM7V.pp Last 10 lines of output were: Jun 28 12:14:20 rocky8-64-puppet8.example.com zabbix_agentd[1905]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:14:20 rocky8-64-puppet8.example.com zabbix_agentd[1905]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:14:20 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:14:20 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:14:30 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:14:30 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:14:31 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:14:31 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.63 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - Rocky 8 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115823420.hF23ve.pp Last 10 lines of output were: Jun 28 12:00:05 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:00:05 rocky8-64-puppet7.example.com zabbix_agentd[1122]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:00:05 rocky8-64-puppet7.example.com zabbix_agentd[1122]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:00:05 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:00:05 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 99.96 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120005191.pwCgRe.pp Last 10 lines of output were: Jun 28 12:00:15 rocky8-64-puppet7.example.com zabbix_agentd[1273]: agent #4 started [listener #3] Jun 28 12:00:15 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1269 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:00:15 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1269 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:01:45 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:01:45 rocky8-64-puppet7.example.com zabbix_agentd[1269]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:01:45 rocky8-64-puppet7.example.com zabbix_agentd[1269]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:01:45 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:01:45 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120146344.8klRsf.pp Last 10 lines of output were: Jun 28 12:01:55 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:01:55 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:55 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:55 rocky8-64-puppet7.example.com zabbix_agentd[1607]: zabbix_agentd [1607]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:01:55 rocky8-64-puppet7.example.com zabbix_agentd[1609]: Starting Zabbix Agent [rocky8-64-puppet7.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:01:55 rocky8-64-puppet7.example.com zabbix_agentd[1609]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.05 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120326152.xZ5wHQ.pp Last 10 lines of output were: Jun 28 12:03:26 rocky8-64-puppet7.example.com zabbix_agentd[1609]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:26 rocky8-64-puppet7.example.com zabbix_agentd[1609]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:03:26 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:03:26 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:36 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:03:36 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:03:36 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:36 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120506709.zPM15o.pp Last 10 lines of output were: Jun 28 12:05:06 rocky8-64-puppet7.example.com zabbix_agentd[1756]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:06 rocky8-64-puppet7.example.com zabbix_agentd[1756]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:05:06 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:05:06 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:16 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:05:16 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:05:16 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:16 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.66 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120647157.zMv2Bl.pp Last 10 lines of output were: Jun 28 12:06:47 rocky8-64-puppet7.example.com zabbix_agentd[1918]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:47 rocky8-64-puppet7.example.com zabbix_agentd[1918]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:06:47 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:47 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:57 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:06:57 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:06:57 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:06:57 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.71 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - Rocky 8 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115642840.d5k7oy.pp Last 10 lines of output were: Jun 28 11:58:27 oracle7-64-puppet7.example.com zabbix_agentd[906]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:58:27 oracle7-64-puppet7.example.com zabbix_agentd[906]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:58:27 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:58:27 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:58:27 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 103.43 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115828116.rX15Ve.pp Last 10 lines of output were: Jun 28 11:58:41 oracle7-64-puppet7.example.com systemd[1]: New main PID 1024 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:58:41 oracle7-64-puppet7.example.com systemd[1]: New main PID 1024 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:00:11 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:00:11 oracle7-64-puppet7.example.com zabbix_agentd[1024]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:00:11 oracle7-64-puppet7.example.com zabbix_agentd[1024]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:00:11 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:00:11 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:00:11 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 102.14 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120012662.Fe3tFV.pp Last 10 lines of output were: Jun 28 12:00:26 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:00:26 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:00:26 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:00:26 oracle7-64-puppet7.example.com zabbix_agentd[1224]: zabbix_agentd [1224]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:00:26 oracle7-64-puppet7.example.com zabbix_agentd[1226]: Starting Zabbix Agent [oracle7-64-puppet7.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:00:26 oracle7-64-puppet7.example.com zabbix_agentd[1226]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 102.09 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120156552.sG2VVk.pp Last 10 lines of output were: Jun 28 12:01:56 oracle7-64-puppet7.example.com zabbix_agentd[1226]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:01:56 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:01:56 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:01:56 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:02:10 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:02:10 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:10 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:02:10 oracle7-64-puppet7.example.com zabbix_agentd[1355]: zabbix_agentd [1355]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.17 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120340607.ka1az4.pp Last 10 lines of output were: Jun 28 12:03:40 oracle7-64-puppet7.example.com zabbix_agentd[1357]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:03:40 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:40 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:03:40 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:03:54 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:03:54 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:54 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:03:54 oracle7-64-puppet7.example.com zabbix_agentd[1480]: zabbix_agentd [1480]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120524548.HDIsvk.pp Last 10 lines of output were: Jun 28 12:05:24 oracle7-64-puppet7.example.com zabbix_agentd[1482]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:05:24 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:24 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:05:24 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:05:37 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:05:37 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:37 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:05:37 oracle7-64-puppet7.example.com zabbix_agentd[1597]: zabbix_agentd [1597]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.95 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120443578.uxmnpV.pp Last 10 lines of output were: Jun 28 12:06:29 oracle7-64-puppet8.example.com zabbix_agentd[928]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:29 oracle7-64-puppet8.example.com zabbix_agentd[928]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:06:29 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:29 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:06:29 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 103.57 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120629269.rCOBjt.pp Last 10 lines of output were: Jun 28 12:06:43 oracle7-64-puppet8.example.com systemd[1]: New main PID 1049 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:06:43 oracle7-64-puppet8.example.com systemd[1]: New main PID 1049 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:08:13 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:08:13 oracle7-64-puppet8.example.com zabbix_agentd[1049]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:08:13 oracle7-64-puppet8.example.com zabbix_agentd[1049]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:08:13 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:08:13 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:08:13 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 102.13 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120814090.80APaX.pp Last 10 lines of output were: Jun 28 12:08:27 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:08:27 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:08:27 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:08:27 oracle7-64-puppet8.example.com zabbix_agentd[1252]: zabbix_agentd [1252]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:08:27 oracle7-64-puppet8.example.com zabbix_agentd[1254]: Starting Zabbix Agent [oracle7-64-puppet8.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:08:27 oracle7-64-puppet8.example.com zabbix_agentd[1254]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 102.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120958208.QMuSSn.pp Last 10 lines of output were: Jun 28 12:09:58 oracle7-64-puppet8.example.com zabbix_agentd[1254]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:09:58 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:09:58 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:09:58 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:10:11 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:10:11 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:11 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:10:11 oracle7-64-puppet8.example.com zabbix_agentd[1373]: zabbix_agentd [1373]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.97 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121142259.3HnoTN.pp Last 10 lines of output were: Jun 28 12:11:42 oracle7-64-puppet8.example.com zabbix_agentd[1375]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:11:42 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:11:42 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:11:42 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:11:56 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:11:56 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:11:56 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:11:56 oracle7-64-puppet8.example.com zabbix_agentd[1501]: zabbix_agentd [1501]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.19 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121326455.J2yoln.pp Last 10 lines of output were: Jun 28 12:13:26 oracle7-64-puppet8.example.com zabbix_agentd[1503]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:13:26 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:13:26 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:13:26 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:13:40 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:13:40 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:13:40 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:13:40 oracle7-64-puppet8.example.com zabbix_agentd[1621]: zabbix_agentd [1621]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.98 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115749489.ZZMYPc.pp Last 10 lines of output were: Jun 28 11:59:33 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:59:33 rocky8-64-puppet7.example.com zabbix_agentd[1153]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:33 rocky8-64-puppet7.example.com zabbix_agentd[1153]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:59:33 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:59:33 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 102.73 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115725784.pXX9XQ.pp Last 10 lines of output were: Jun 28 11:59:29 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:59:29 oracle8-64-puppet7.example.com zabbix_agentd[1078]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:29 oracle8-64-puppet7.example.com zabbix_agentd[1078]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:59:29 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:59:29 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 122.27 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115929908.QWKalA.pp Last 10 lines of output were: Jun 28 11:59:39 oracle8-64-puppet7.example.com zabbix_agentd[1226]: agent #4 started [listener #3] Jun 28 11:59:40 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1222 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:40 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1222 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:01:10 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:01:10 oracle8-64-puppet7.example.com zabbix_agentd[1222]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:01:10 oracle8-64-puppet7.example.com zabbix_agentd[1222]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:01:10 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:01:10 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115934031.3QPGzT.pp Last 10 lines of output were: Jun 28 11:59:44 rocky8-64-puppet7.example.com zabbix_agentd[1304]: agent #4 started [listener #3] Jun 28 11:59:44 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1300 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:44 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1300 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:01:14 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:01:14 rocky8-64-puppet7.example.com zabbix_agentd[1300]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:01:14 rocky8-64-puppet7.example.com zabbix_agentd[1300]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:01:14 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:01:14 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120111012.itXqWj.pp Last 10 lines of output were: Jun 28 12:01:20 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:01:20 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:20 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:20 oracle8-64-puppet7.example.com zabbix_agentd[1533]: zabbix_agentd [1533]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:01:20 oracle8-64-puppet7.example.com zabbix_agentd[1535]: Starting Zabbix Agent [oracle8-64-puppet7.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:01:20 oracle8-64-puppet7.example.com zabbix_agentd[1535]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.07 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120115165.tqus1E.pp Last 10 lines of output were: Jun 28 12:01:24 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:01:24 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:24 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:24 rocky8-64-puppet7.example.com zabbix_agentd[1638]: zabbix_agentd [1638]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:01:24 rocky8-64-puppet7.example.com zabbix_agentd[1640]: Starting Zabbix Agent [rocky8-64-puppet7.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:01:24 rocky8-64-puppet7.example.com zabbix_agentd[1640]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120250854.tdqiR7.pp Last 10 lines of output were: Jun 28 12:02:50 oracle8-64-puppet7.example.com zabbix_agentd[1535]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:50 oracle8-64-puppet7.example.com zabbix_agentd[1535]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:02:50 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:50 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:00 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:03:00 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:03:00 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:00 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120254988.HisTNx.pp Last 10 lines of output were: Jun 28 12:02:54 rocky8-64-puppet7.example.com zabbix_agentd[1640]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:54 rocky8-64-puppet7.example.com zabbix_agentd[1640]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:02:54 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:54 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:05 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:03:05 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:03:05 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:05 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.71 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120431426.w0tVzI.pp Last 10 lines of output were: Jun 28 12:04:31 oracle8-64-puppet7.example.com zabbix_agentd[1679]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:04:31 oracle8-64-puppet7.example.com zabbix_agentd[1679]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:04:31 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:04:31 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:41 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:04:41 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:04:41 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:41 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.64 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120435551.npW0bv.pp Last 10 lines of output were: Jun 28 12:04:35 rocky8-64-puppet7.example.com zabbix_agentd[1787]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:04:35 rocky8-64-puppet7.example.com zabbix_agentd[1787]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:04:35 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:04:35 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:45 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:04:45 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:04:45 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:45 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120611849.K89kXI.pp Last 10 lines of output were: Jun 28 12:06:11 oracle8-64-puppet7.example.com zabbix_agentd[1836]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:11 oracle8-64-puppet7.example.com zabbix_agentd[1836]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:06:11 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:11 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:21 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:06:21 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:06:21 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:06:21 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.68 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120615964.1haJ0k.pp Last 10 lines of output were: Jun 28 12:06:15 rocky8-64-puppet7.example.com zabbix_agentd[1949]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:15 rocky8-64-puppet7.example.com zabbix_agentd[1949]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:06:15 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:15 rocky8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:26 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:06:26 rocky8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:06:26 rocky8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:06:26 rocky8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.76 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115729507.apnLhm.pp Last 10 lines of output were: Jun 28 11:59:14 oracle7-64-puppet7.example.com zabbix_agentd[920]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:14 oracle7-64-puppet7.example.com zabbix_agentd[920]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:59:14 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:59:14 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:59:14 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 102.81 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 7 - Rocky 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115914190.7NNrAr.pp Last 10 lines of output were: Jun 28 11:59:27 oracle7-64-puppet7.example.com systemd[1]: New main PID 1038 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:27 oracle7-64-puppet7.example.com systemd[1]: New main PID 1038 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:00:58 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:00:58 oracle7-64-puppet7.example.com zabbix_agentd[1038]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:00:58 oracle7-64-puppet7.example.com zabbix_agentd[1038]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:00:58 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:00:58 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:00:58 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 102.15 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120058797.gZLwUf.pp Last 10 lines of output were: Jun 28 12:01:12 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:01:12 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:12 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:12 oracle7-64-puppet7.example.com zabbix_agentd[1251]: zabbix_agentd [1251]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:01:12 oracle7-64-puppet7.example.com zabbix_agentd[1253]: Starting Zabbix Agent [oracle7-64-puppet7.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:01:12 oracle7-64-puppet7.example.com zabbix_agentd[1253]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 102.09 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120242882.ZrcyvJ.pp Last 10 lines of output were: Jun 28 12:02:42 oracle7-64-puppet7.example.com zabbix_agentd[1253]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:02:42 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:42 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:02:42 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:02:56 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:02:56 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:56 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:02:56 oracle7-64-puppet7.example.com zabbix_agentd[1369]: zabbix_agentd [1369]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.93 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115751397.Qv1Ful.pp Last 10 lines of output were: Jun 28 11:59:55 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:59:55 oracle8-64-puppet7.example.com zabbix_agentd[1104]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:55 oracle8-64-puppet7.example.com zabbix_agentd[1104]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:59:55 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:59:55 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 122.44 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120426690.fnkDlO.pp Last 10 lines of output were: Jun 28 12:04:26 oracle7-64-puppet7.example.com zabbix_agentd[1371]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:04:26 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:26 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:04:26 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:04:40 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:04:40 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:40 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:04:40 oracle7-64-puppet7.example.com zabbix_agentd[1494]: zabbix_agentd [1494]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.02 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115955624.f0aw3b.pp Last 10 lines of output were: Jun 28 12:00:05 oracle8-64-puppet7.example.com zabbix_agentd[1252]: agent #4 started [listener #3] Jun 28 12:00:05 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1248 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:00:05 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1248 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:01:35 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:01:35 oracle8-64-puppet7.example.com zabbix_agentd[1248]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:01:35 oracle8-64-puppet7.example.com zabbix_agentd[1248]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:01:35 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:01:35 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120610630.MGdEJ2.pp Last 10 lines of output were: Jun 28 12:06:10 oracle7-64-puppet7.example.com zabbix_agentd[1496]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:06:10 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:10 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:06:10 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:06:24 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:06:24 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:06:24 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:06:24 oracle7-64-puppet7.example.com zabbix_agentd[1611]: zabbix_agentd [1611]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.17 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - OracleLinux 7 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120136711.9Z8CWm.pp Last 10 lines of output were: Jun 28 12:01:46 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:01:46 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:46 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:46 oracle8-64-puppet7.example.com zabbix_agentd[1559]: zabbix_agentd [1559]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:01:46 oracle8-64-puppet7.example.com zabbix_agentd[1561]: Starting Zabbix Agent [oracle8-64-puppet7.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:01:46 oracle8-64-puppet7.example.com zabbix_agentd[1561]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.09 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120316572.npBDiP.pp Last 10 lines of output were: Jun 28 12:03:16 oracle8-64-puppet7.example.com zabbix_agentd[1561]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:16 oracle8-64-puppet7.example.com zabbix_agentd[1561]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:03:16 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:03:16 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:26 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:03:26 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:03:26 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:26 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120457122.jCeBJt.pp Last 10 lines of output were: Jun 28 12:04:56 oracle8-64-puppet7.example.com zabbix_agentd[1705]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:04:56 oracle8-64-puppet7.example.com zabbix_agentd[1705]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:04:56 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:04:56 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:07 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:05:07 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:05:07 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:07 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.61 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120637573.Cn5XUq.pp Last 10 lines of output were: Jun 28 12:06:37 oracle8-64-puppet7.example.com zabbix_agentd[1862]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:37 oracle8-64-puppet7.example.com zabbix_agentd[1862]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:06:37 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:37 oracle8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:47 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:06:47 oracle8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:06:47 oracle8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:06:47 oracle8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.70 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120204479.saFNDa.pp Last 10 lines of output were: Jun 28 12:03:50 centos7-64-puppet8.example.com zabbix_agentd[838]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:50 centos7-64-puppet8.example.com zabbix_agentd[838]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:03:50 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:50 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:03:50 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 104.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120350714.mYfVyt.pp Last 10 lines of output were: Jun 28 12:04:03 centos7-64-puppet8.example.com systemd[1]: New main PID 974 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:04:03 centos7-64-puppet8.example.com systemd[1]: New main PID 974 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:05:34 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:05:34 centos7-64-puppet8.example.com zabbix_agentd[974]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:34 centos7-64-puppet8.example.com zabbix_agentd[974]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:05:34 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:34 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:05:34 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 101.38 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120534834.mQigYY.pp Last 10 lines of output were: Jun 28 12:05:48 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:05:48 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:48 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:05:48 centos7-64-puppet8.example.com zabbix_agentd[1192]: zabbix_agentd [1192]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:05:48 centos7-64-puppet8.example.com zabbix_agentd[1194]: Starting Zabbix Agent [centos7-64-puppet8.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:05:48 centos7-64-puppet8.example.com zabbix_agentd[1194]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 102.01 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120718914.9vcGhX.pp Last 10 lines of output were: Jun 28 12:07:34 centos7-64-puppet8.example.com zabbix_agentd[1333]: agent #3 started [listener #2] Jun 28 12:07:34 centos7-64-puppet8.example.com zabbix_agentd[1334]: agent #4 started [listener #3] Jun 28 12:07:34 centos7-64-puppet8.example.com systemd[1]: New main PID 1330 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:07:34 centos7-64-puppet8.example.com systemd[1]: New main PID 1330 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:09:04 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:09:04 centos7-64-puppet8.example.com zabbix_agentd[1330]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:09:04 centos7-64-puppet8.example.com zabbix_agentd[1330]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:09:04 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 103.90 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120904974.R8Rykt.pp Last 10 lines of output were: Jun 28 12:09:18 centos7-64-puppet8.example.com zabbix_agentd[1476]: agent #3 started [listener #2] Jun 28 12:09:18 centos7-64-puppet8.example.com zabbix_agentd[1477]: agent #4 started [listener #3] Jun 28 12:09:18 centos7-64-puppet8.example.com systemd[1]: New main PID 1473 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:09:18 centos7-64-puppet8.example.com systemd[1]: New main PID 1473 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:10:49 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:10:49 centos7-64-puppet8.example.com zabbix_agentd[1473]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:10:49 centos7-64-puppet8.example.com zabbix_agentd[1473]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:10:49 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 102.11 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121049165.I73PIA.pp Last 10 lines of output were: Jun 28 12:10:49 centos7-64-puppet8.example.com zabbix_agentd[1473]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:10:49 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:49 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:10:49 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:11:02 centos7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:11:02 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:11:02 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:11:02 centos7-64-puppet8.example.com zabbix_agentd[1606]: zabbix_agentd [1606]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.17 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - CentOS 7 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120500245.q0LtaS.pp Last 10 lines of output were: Jun 28 12:07:01 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:07:01 oracle8-64-puppet8.example.com zabbix_agentd[1104]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:01 oracle8-64-puppet8.example.com zabbix_agentd[1104]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:07:01 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:07:01 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 119.01 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120701188.mHcHkp.pp Last 10 lines of output were: Jun 28 12:07:11 oracle8-64-puppet8.example.com zabbix_agentd[1252]: agent #4 started [listener #3] Jun 28 12:07:11 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1248 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:07:11 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1248 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:08:41 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:08:41 oracle8-64-puppet8.example.com zabbix_agentd[1248]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:08:41 oracle8-64-puppet8.example.com zabbix_agentd[1248]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:08:41 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:08:41 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.61 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120842306.C7KNGx.pp Last 10 lines of output were: Jun 28 12:08:51 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:08:51 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:08:51 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:08:51 oracle8-64-puppet8.example.com zabbix_agentd[1546]: zabbix_agentd [1546]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:08:51 oracle8-64-puppet8.example.com zabbix_agentd[1548]: Starting Zabbix Agent [oracle8-64-puppet8.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:08:51 oracle8-64-puppet8.example.com zabbix_agentd[1548]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.87 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121022148.CcnuF9.pp Last 10 lines of output were: Jun 28 12:10:22 oracle8-64-puppet8.example.com zabbix_agentd[1548]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:10:22 oracle8-64-puppet8.example.com zabbix_agentd[1548]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:10:22 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:10:22 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:32 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:10:32 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:10:32 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:32 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121202708.ABogkY.pp Last 10 lines of output were: Jun 28 12:12:02 oracle8-64-puppet8.example.com zabbix_agentd[1692]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:12:02 oracle8-64-puppet8.example.com zabbix_agentd[1692]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:12:02 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:12:02 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:12:12 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:12:12 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:12:12 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:12:12 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121343132.RsExDE.pp Last 10 lines of output were: Jun 28 12:13:43 oracle8-64-puppet8.example.com zabbix_agentd[1849]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:13:43 oracle8-64-puppet8.example.com zabbix_agentd[1849]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:13:43 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:13:43 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:13:53 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:13:53 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:13:53 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:13:53 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115552479.Cn5m8U.pp Last 10 lines of output were: Jun 28 11:57:35 centos7-64-puppet7.example.com zabbix_agentd[827]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:57:35 centos7-64-puppet7.example.com zabbix_agentd[827]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:57:35 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:57:35 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:57:35 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 101.58 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115735985.U4fnW3.pp Last 10 lines of output were: Jun 28 11:57:48 centos7-64-puppet7.example.com systemd[1]: New main PID 958 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:57:48 centos7-64-puppet7.example.com systemd[1]: New main PID 958 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 11:59:19 centos7-64-puppet7.example.com zabbix_agentd[958]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:19 centos7-64-puppet7.example.com zabbix_agentd[958]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:59:19 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 101.36 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115919819.ZeM8jN.pp Last 10 lines of output were: Jun 28 11:59:32 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 11:59:32 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 11:59:32 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 11:59:32 centos7-64-puppet7.example.com zabbix_agentd[1171]: zabbix_agentd [1171]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 11:59:32 centos7-64-puppet7.example.com zabbix_agentd[1173]: Starting Zabbix Agent [centos7-64-puppet7.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 11:59:32 centos7-64-puppet7.example.com zabbix_agentd[1173]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 101.24 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120102929.NYa8N4.pp Last 10 lines of output were: Jun 28 12:01:02 centos7-64-puppet7.example.com zabbix_agentd[1173]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:01:02 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:01:02 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:01:02 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:01:15 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:01:15 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:15 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:15 centos7-64-puppet7.example.com zabbix_agentd[1315]: zabbix_agentd [1315]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.37 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120246245.MnczO8.pp Last 10 lines of output were: Jun 28 12:02:46 centos7-64-puppet7.example.com zabbix_agentd[1317]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:02:46 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:46 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:02:46 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:02:59 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:02:59 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:59 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:02:59 centos7-64-puppet7.example.com zabbix_agentd[1453]: zabbix_agentd [1453]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.34 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120429437.3NHDYn.pp Last 10 lines of output were: Jun 28 12:04:29 centos7-64-puppet7.example.com zabbix_agentd[1455]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:04:29 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:29 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:04:29 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:04:42 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:04:42 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:42 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:04:42 centos7-64-puppet7.example.com zabbix_agentd[1583]: zabbix_agentd [1583]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.36 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - CentOS 7 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115558022.HPe5js.pp Last 10 lines of output were: Jun 28 11:57:41 centos7-64-puppet7.example.com zabbix_agentd[826]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:57:41 centos7-64-puppet7.example.com zabbix_agentd[826]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:57:41 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:57:41 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:57:41 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 102.09 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115742105.bHEWho.pp Last 10 lines of output were: Jun 28 11:57:55 centos7-64-puppet7.example.com systemd[1]: New main PID 957 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:57:55 centos7-64-puppet7.example.com systemd[1]: New main PID 957 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:59:25 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 11:59:25 centos7-64-puppet7.example.com zabbix_agentd[957]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:25 centos7-64-puppet7.example.com zabbix_agentd[957]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:59:25 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:59:25 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 11:59:25 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 101.48 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115926213.KXyHjZ.pp Last 10 lines of output were: Jun 28 11:59:38 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 11:59:38 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 11:59:38 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 11:59:38 centos7-64-puppet7.example.com zabbix_agentd[1170]: zabbix_agentd [1170]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 11:59:38 centos7-64-puppet7.example.com zabbix_agentd[1172]: Starting Zabbix Agent [centos7-64-puppet7.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:59:38 centos7-64-puppet7.example.com zabbix_agentd[1172]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 101.13 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120109315.H35Ks3.pp Last 10 lines of output were: Jun 28 12:01:09 centos7-64-puppet7.example.com zabbix_agentd[1172]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:01:09 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:01:09 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:01:09 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:01:22 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:01:22 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:22 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:01:22 centos7-64-puppet7.example.com zabbix_agentd[1314]: zabbix_agentd [1314]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.28 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120252607.8pHnCu.pp Last 10 lines of output were: Jun 28 12:02:52 centos7-64-puppet7.example.com zabbix_agentd[1316]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:02:52 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:52 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:02:52 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:03:05 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:03:05 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:05 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:03:05 centos7-64-puppet7.example.com zabbix_agentd[1452]: zabbix_agentd [1452]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.26 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120435799.UmPtUL.pp Last 10 lines of output were: Jun 28 12:04:35 centos7-64-puppet7.example.com zabbix_agentd[1454]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:04:35 centos7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:35 centos7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:04:35 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:04:48 centos7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:04:48 centos7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:48 centos7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:04:48 centos7-64-puppet7.example.com zabbix_agentd[1582]: zabbix_agentd [1582]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.33 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - CentOS 7 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115433837.6h6iaS.pp Last 10 lines of output were: Jun 28 11:56:15 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:56:15 almalinux8-64-puppet7.example.com zabbix_agentd[1244]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:56:15 almalinux8-64-puppet7.example.com zabbix_agentd[1244]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:56:15 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:56:15 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 99.89 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115615551.bz0tbc.pp Last 10 lines of output were: Jun 28 11:56:25 almalinux8-64-puppet7.example.com zabbix_agentd[1403]: agent #4 started [listener #3] Jun 28 11:56:25 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1399 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:56:25 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1399 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:57:55 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:57:55 almalinux8-64-puppet7.example.com zabbix_agentd[1399]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:57:55 almalinux8-64-puppet7.example.com zabbix_agentd[1399]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:57:55 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:57:55 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.69 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115756675.UBosoa.pp Last 10 lines of output were: Jun 28 11:58:06 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 11:58:06 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 11:58:06 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 11:58:06 almalinux8-64-puppet7.example.com zabbix_agentd[1756]: zabbix_agentd [1756]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 11:58:06 almalinux8-64-puppet7.example.com zabbix_agentd[1758]: Starting Zabbix Agent [almalinux8-64-puppet7.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:58:06 almalinux8-64-puppet7.example.com zabbix_agentd[1758]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115936484.gWFrAG.pp Last 10 lines of output were: Jun 28 11:59:36 almalinux8-64-puppet7.example.com zabbix_agentd[1758]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:59:36 almalinux8-64-puppet7.example.com zabbix_agentd[1758]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 11:59:36 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:59:36 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 11:59:46 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 11:59:46 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 11:59:46 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 11:59:46 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.71 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120117041.SUDUYl.pp Last 10 lines of output were: Jun 28 12:01:16 almalinux8-64-puppet7.example.com zabbix_agentd[1913]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:01:16 almalinux8-64-puppet7.example.com zabbix_agentd[1913]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:01:16 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:01:16 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:01:27 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:01:27 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:01:27 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:01:27 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.62 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120257477.IStq99.pp Last 10 lines of output were: Jun 28 12:02:57 almalinux8-64-puppet7.example.com zabbix_agentd[2098]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:57 almalinux8-64-puppet7.example.com zabbix_agentd[2098]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:02:57 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:57 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:03:07 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:03:07 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:03:07 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:03:07 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.72 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120543356.ObUEEO.pp Last 10 lines of output were: Jun 28 12:07:23 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:07:23 rocky8-64-puppet8.example.com zabbix_agentd[1152]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:23 rocky8-64-puppet8.example.com zabbix_agentd[1152]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:07:23 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:07:23 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 98.60 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120723950.cuHLZ2.pp Last 10 lines of output were: Jun 28 12:07:34 rocky8-64-puppet8.example.com zabbix_agentd[1303]: agent #4 started [listener #3] Jun 28 12:07:34 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1299 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:07:34 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1299 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:09:04 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:09:04 rocky8-64-puppet8.example.com zabbix_agentd[1299]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:09:04 rocky8-64-puppet8.example.com zabbix_agentd[1299]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:09:04 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:09:04 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.55 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 5.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120905090.oyswkE.pp Last 10 lines of output were: Jun 28 12:09:14 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:09:14 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:14 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:09:14 rocky8-64-puppet8.example.com zabbix_agentd[1624]: zabbix_agentd [1624]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:09:14 rocky8-64-puppet8.example.com zabbix_agentd[1626]: Starting Zabbix Agent [rocky8-64-puppet8.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:09:14 rocky8-64-puppet8.example.com zabbix_agentd[1626]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.89 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120419724.yp2tqH.pp Last 10 lines of output were: Jun 28 12:06:03 oracle7-64-puppet8.example.com zabbix_agentd[915]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:03 oracle7-64-puppet8.example.com zabbix_agentd[915]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:06:03 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:06:03 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:06:03 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 102.15 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121044896.O0dmKF.pp Last 10 lines of output were: Jun 28 12:10:44 rocky8-64-puppet8.example.com zabbix_agentd[1626]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:10:44 rocky8-64-puppet8.example.com zabbix_agentd[1626]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:10:44 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:10:44 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:55 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:10:55 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:10:55 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:55 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.59 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120603964.eX8t2W.pp Last 10 lines of output were: Jun 28 12:06:17 oracle7-64-puppet8.example.com systemd[1]: New main PID 1036 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:06:17 oracle7-64-puppet8.example.com systemd[1]: New main PID 1036 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:07:48 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:07:48 oracle7-64-puppet8.example.com zabbix_agentd[1036]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:48 oracle7-64-puppet8.example.com zabbix_agentd[1036]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:07:48 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:07:48 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:07:48 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 102.19 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121225488.pisidU.pp Last 10 lines of output were: Jun 28 12:12:25 rocky8-64-puppet8.example.com zabbix_agentd[1773]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:12:25 rocky8-64-puppet8.example.com zabbix_agentd[1773]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:12:25 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:12:25 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:12:35 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:12:35 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:12:35 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:12:35 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 5.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'rocky8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121405892.ERV6F2.pp Last 10 lines of output were: Jun 28 12:14:05 rocky8-64-puppet8.example.com zabbix_agentd[1935]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:14:05 rocky8-64-puppet8.example.com zabbix_agentd[1935]: Zabbix Agent stopped. Zabbix 5.0.42 (revision e25e9cfa36a). Jun 28 12:14:05 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:14:05 rocky8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:14:16 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:14:16 rocky8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:14:16 rocky8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:14:16 rocky8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - Rocky 8 - Zabbix 5.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120748766.wtxz7s.pp Last 10 lines of output were: Jun 28 12:08:02 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:08:02 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:08:02 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:08:02 oracle7-64-puppet8.example.com zabbix_agentd[1239]: zabbix_agentd [1239]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:08:02 oracle7-64-puppet8.example.com zabbix_agentd[1241]: Starting Zabbix Agent [oracle7-64-puppet8.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:08:02 oracle7-64-puppet8.example.com zabbix_agentd[1241]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 102.12 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120932897.uL4nsH.pp Last 10 lines of output were: Jun 28 12:09:32 oracle7-64-puppet8.example.com zabbix_agentd[1241]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:09:32 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:09:32 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:09:32 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:09:46 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:09:46 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:46 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:09:46 oracle7-64-puppet8.example.com zabbix_agentd[1360]: zabbix_agentd [1360]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 101.92 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121116962.St4Gey.pp Last 10 lines of output were: Jun 28 12:11:16 oracle7-64-puppet8.example.com zabbix_agentd[1362]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:11:16 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:11:16 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:11:16 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:11:30 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:11:30 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:11:30 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:11:30 oracle7-64-puppet8.example.com zabbix_agentd[1488]: zabbix_agentd [1488]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.16 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121301134.3p4SXz.pp Last 10 lines of output were: Jun 28 12:13:01 oracle7-64-puppet8.example.com zabbix_agentd[1490]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:13:01 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:13:01 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:13:01 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:13:14 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:13:14 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:13:14 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:13:14 oracle7-64-puppet8.example.com zabbix_agentd[1609]: zabbix_agentd [1609]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120447681.XImTrd.pp Last 10 lines of output were: Jun 28 12:06:47 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:06:47 oracle8-64-puppet8.example.com zabbix_agentd[1078]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:47 oracle8-64-puppet8.example.com zabbix_agentd[1078]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:06:47 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:47 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 118.28 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120647973.Iylkjs.pp Last 10 lines of output were: Jun 28 12:06:58 oracle8-64-puppet8.example.com zabbix_agentd[1226]: agent #4 started [listener #3] Jun 28 12:06:58 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1222 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:06:58 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1222 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:08:28 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:08:28 oracle8-64-puppet8.example.com zabbix_agentd[1222]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:08:28 oracle8-64-puppet8.example.com zabbix_agentd[1222]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:08:28 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:08:28 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120829095.s3cPHG.pp Last 10 lines of output were: Jun 28 12:08:38 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:08:38 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:08:38 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:08:38 oracle8-64-puppet8.example.com zabbix_agentd[1520]: zabbix_agentd [1520]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:08:38 oracle8-64-puppet8.example.com zabbix_agentd[1522]: Starting Zabbix Agent [oracle8-64-puppet8.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:08:38 oracle8-64-puppet8.example.com zabbix_agentd[1522]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.95 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121008936.nlRyVz.pp Last 10 lines of output were: Jun 28 12:10:08 oracle8-64-puppet8.example.com zabbix_agentd[1522]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:10:08 oracle8-64-puppet8.example.com zabbix_agentd[1522]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:10:08 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:10:08 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:19 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:10:19 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:10:19 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:19 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121149496.sKfyxT.pp Last 10 lines of output were: Jun 28 12:11:49 oracle8-64-puppet8.example.com zabbix_agentd[1666]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:11:49 oracle8-64-puppet8.example.com zabbix_agentd[1666]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:11:49 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:11:49 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:11:59 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:11:59 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:11:59 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:11:59 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.46 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121329928.me69jQ.pp Last 10 lines of output were: Jun 28 12:13:29 oracle8-64-puppet8.example.com zabbix_agentd[1823]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:13:29 oracle8-64-puppet8.example.com zabbix_agentd[1823]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:13:29 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:13:29 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:13:40 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:13:40 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:13:40 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:13:40 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120348388.rZXYXh.pp Last 10 lines of output were: Jun 28 12:05:32 oracle7-64-puppet8.example.com zabbix_agentd[916]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:32 oracle7-64-puppet8.example.com zabbix_agentd[916]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:05:32 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:32 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:05:32 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 101.92 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120532348.zXSedn.pp Last 10 lines of output were: Jun 28 12:05:46 oracle7-64-puppet8.example.com systemd[1]: New main PID 1037 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:05:46 oracle7-64-puppet8.example.com systemd[1]: New main PID 1037 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:07:16 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating. Jun 28 12:07:16 oracle7-64-puppet8.example.com zabbix_agentd[1037]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:16 oracle7-64-puppet8.example.com zabbix_agentd[1037]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:07:16 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:07:16 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:07:16 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. �[mNotice: Applied catalog in 102.17 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120717181.3u6gL1.pp Last 10 lines of output were: Jun 28 12:07:30 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:07:30 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:07:30 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:07:30 oracle7-64-puppet8.example.com zabbix_agentd[1240]: zabbix_agentd [1240]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:07:30 oracle7-64-puppet8.example.com zabbix_agentd[1242]: Starting Zabbix Agent [oracle7-64-puppet8.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:07:30 oracle7-64-puppet8.example.com zabbix_agentd[1242]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 102.10 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120901295.LE4nlx.pp Last 10 lines of output were: Jun 28 12:09:01 oracle7-64-puppet8.example.com zabbix_agentd[1242]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:09:01 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:09:01 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:09:01 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:09:15 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:09:15 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:15 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:09:15 oracle7-64-puppet8.example.com zabbix_agentd[1361]: zabbix_agentd [1361]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.18 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121045614.xZ6tOM.pp Last 10 lines of output were: Jun 28 12:10:45 oracle7-64-puppet8.example.com zabbix_agentd[1363]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:10:45 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:45 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:10:45 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:10:59 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:10:59 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:59 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:10:59 oracle7-64-puppet8.example.com zabbix_agentd[1489]: zabbix_agentd [1489]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.08 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle7-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121229779.QgnwVo.pp Last 10 lines of output were: Jun 28 12:12:29 oracle7-64-puppet8.example.com zabbix_agentd[1491]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:12:29 oracle7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:12:29 oracle7-64-puppet8.example.com systemd[1]: Unit zabbix-agent.service entered failed state. Jun 28 12:12:29 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service failed. Jun 28 12:12:43 oracle7-64-puppet8.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart. Jun 28 12:12:43 oracle7-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:12:43 oracle7-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:12:43 oracle7-64-puppet8.example.com zabbix_agentd[1609]: zabbix_agentd [1609]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead �[mNotice: Applied catalog in 102.14 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 7 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120435462.dcVXOs.pp Last 10 lines of output were: Jun 28 12:06:35 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:06:35 oracle8-64-puppet8.example.com zabbix_agentd[1090]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:06:35 oracle8-64-puppet8.example.com zabbix_agentd[1090]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:06:35 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:06:35 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 117.73 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120635194.rFgfsU.pp Last 10 lines of output were: Jun 28 12:06:45 oracle8-64-puppet8.example.com zabbix_agentd[1238]: agent #4 started [listener #3] Jun 28 12:06:45 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1234 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:06:45 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1234 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:08:15 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:08:15 oracle8-64-puppet8.example.com zabbix_agentd[1234]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:08:15 oracle8-64-puppet8.example.com zabbix_agentd[1234]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:08:15 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:08:15 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.52 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 6.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120816302.1DxXRi.pp Last 10 lines of output were: Jun 28 12:08:25 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:08:25 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:08:25 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:08:25 oracle8-64-puppet8.example.com zabbix_agentd[1532]: zabbix_agentd [1532]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:08:25 oracle8-64-puppet8.example.com zabbix_agentd[1534]: Starting Zabbix Agent [oracle8-64-puppet8.example.com]. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:08:25 oracle8-64-puppet8.example.com zabbix_agentd[1534]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.89 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120956140.xvrdHh.pp Last 10 lines of output were: Jun 28 12:09:56 oracle8-64-puppet8.example.com zabbix_agentd[1534]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:09:56 oracle8-64-puppet8.example.com zabbix_agentd[1534]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:09:56 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:09:56 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:10:06 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:10:06 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:10:06 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:10:06 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.58 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121136699.56gcRw.pp Last 10 lines of output were: Jun 28 12:11:36 oracle8-64-puppet8.example.com zabbix_agentd[1678]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:11:36 oracle8-64-puppet8.example.com zabbix_agentd[1678]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:11:36 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:11:36 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:11:46 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:11:46 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:11:46 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:11:46 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.56 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 6.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'oracle8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121317148.yDrnQH.pp Last 10 lines of output were: Jun 28 12:13:17 oracle8-64-puppet8.example.com zabbix_agentd[1835]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:13:17 oracle8-64-puppet8.example.com zabbix_agentd[1835]: Zabbix Agent stopped. Zabbix 6.0.31 (revision b6d93755a1b). Jun 28 12:13:17 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:13:17 oracle8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:13:27 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:13:27 oracle8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:13:27 oracle8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:13:27 oracle8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - OracleLinux 8 - Zabbix 6.0
The operation was canceled.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115530252.4ps7u2.pp Last 10 lines of output were: Jun 28 11:57:10 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:57:10 almalinux8-64-puppet7.example.com zabbix_agentd[1210]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:57:10 almalinux8-64-puppet7.example.com zabbix_agentd[1210]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:57:10 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:57:10 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 98.90 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115711147.iOPvKx.pp Last 10 lines of output were: Jun 28 11:57:21 almalinux8-64-puppet7.example.com zabbix_agentd[1369]: agent #4 started [listener #3] Jun 28 11:57:21 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1365 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:57:21 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: New main PID 1365 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 11:58:51 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 11:58:51 almalinux8-64-puppet7.example.com zabbix_agentd[1365]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 11:58:51 almalinux8-64-puppet7.example.com zabbix_agentd[1365]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:58:51 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 11:58:51 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_115852265.0zEIZp.pp Last 10 lines of output were: Jun 28 11:59:01 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 11:59:01 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 11:59:01 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... Jun 28 11:59:01 almalinux8-64-puppet7.example.com zabbix_agentd[1722]: zabbix_agentd [1722]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 11:59:01 almalinux8-64-puppet7.example.com zabbix_agentd[1724]: Starting Zabbix Agent [almalinux8-64-puppet7.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 11:59:01 almalinux8-64-puppet7.example.com zabbix_agentd[1724]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 98.04 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120032076.u0AosU.pp Last 10 lines of output were: Jun 28 12:00:31 almalinux8-64-puppet7.example.com zabbix_agentd[1724]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:00:31 almalinux8-64-puppet7.example.com zabbix_agentd[1724]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:00:31 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:00:31 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:00:42 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:00:42 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:00:42 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:00:42 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.65 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120212632.wqEYEM.pp Last 10 lines of output were: Jun 28 12:02:12 almalinux8-64-puppet7.example.com zabbix_agentd[1879]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:12 almalinux8-64-puppet7.example.com zabbix_agentd[1879]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:02:12 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:12 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:02:22 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:02:22 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:02:22 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:02:22 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.66 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120353080.Sm4e7R.pp Last 10 lines of output were: Jun 28 12:03:52 almalinux8-64-puppet7.example.com zabbix_agentd[2064]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:52 almalinux8-64-puppet7.example.com zabbix_agentd[2064]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:03:52 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:03:52 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:04:03 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:04:03 almalinux8-64-puppet7.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:04:03 almalinux8-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:03 almalinux8-64-puppet7.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.66 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 7 - AlmaLinux 8 - Zabbix 7.0
The operation was canceled.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0
The run was canceled by @bastelfreak.
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120040751.YO1rh0.pp Last 10 lines of output were: Jun 28 12:02:18 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:02:18 almalinux8-64-puppet8.example.com zabbix_agentd[1210]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:02:18 almalinux8-64-puppet8.example.com zabbix_agentd[1210]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:02:18 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:02:18 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 5 events Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 96.32 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With minimal parameter behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120219064.SujimD.pp Last 10 lines of output were: Jun 28 12:02:29 almalinux8-64-puppet8.example.com zabbix_agentd[1382]: agent #4 started [listener #3] Jun 28 12:02:29 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1378 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:02:29 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: New main PID 1378 does not belong to service, and PID file is not owned by root. Refusing. Jun 28 12:03:59 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: start operation timed out. Terminating. Jun 28 12:03:59 almalinux8-64-puppet8.example.com zabbix_agentd[1378]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:03:59 almalinux8-64-puppet8.example.com zabbix_agentd[1378]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:03:59 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:03:59 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. �[mNotice: Applied catalog in 98.53 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L30
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "zabbix-agent" to be running
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: spec/acceptance/agent_spec.rb#L31
zabbix::agent class with zabbix_version 7.0 With minimal parameter Service "zabbix-agent" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "zabbix-agent" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120400221.U5nYFB.pp Last 10 lines of output were: Jun 28 12:04:09 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 2. Jun 28 12:04:09 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:04:09 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... Jun 28 12:04:09 almalinux8-64-puppet8.example.com zabbix_agentd[1735]: zabbix_agentd [1735]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead Jun 28 12:04:09 almalinux8-64-puppet8.example.com zabbix_agentd[1737]: Starting Zabbix Agent [almalinux8-64-puppet8.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:04:09 almalinux8-64-puppet8.example.com zabbix_agentd[1737]: **** Enabled features **** �[mNotice: /Stage[main]/Zabbix::Agent/Service[zabbix-agent]: Triggered 'refresh' from 1 event Info: Class[Zabbix::Agent]: Unscheduling all events on Class[Zabbix::Agent] �[mNotice: Applied catalog in 97.83 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to an IP-Address behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120540006.eLX3Hk.pp Last 10 lines of output were: Jun 28 12:05:39 almalinux8-64-puppet8.example.com zabbix_agentd[1737]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:05:39 almalinux8-64-puppet8.example.com zabbix_agentd[1737]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:05:39 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:05:39 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:05:50 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:05:50 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 3. Jun 28 12:05:50 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:05:50 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.54 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120720574.aSScBY.pp Last 10 lines of output were: Jun 28 12:07:20 almalinux8-64-puppet8.example.com zabbix_agentd[1892]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:07:20 almalinux8-64-puppet8.example.com zabbix_agentd[1892]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:07:20 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:07:20 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:07:30 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:07:30 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 4. Jun 28 12:07:30 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:07:30 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0: vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::agent class with zabbix_version 7.0 With ListenIP set to lo behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet8.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_120901008.NAFkxa.pp Last 10 lines of output were: Jun 28 12:09:00 almalinux8-64-puppet8.example.com zabbix_agentd[2064]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ... Jun 28 12:09:00 almalinux8-64-puppet8.example.com zabbix_agentd[2064]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c). Jun 28 12:09:00 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Failed with result 'timeout'. Jun 28 12:09:00 almalinux8-64-puppet8.example.com systemd[1]: Failed to start Zabbix Agent. Jun 28 12:09:11 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Service RestartSec=10s expired, scheduling restart. Jun 28 12:09:11 almalinux8-64-puppet8.example.com systemd[1]: zabbix-agent.service: Scheduled restart job, restart counter is at 5. Jun 28 12:09:11 almalinux8-64-puppet8.example.com systemd[1]: Stopped Zabbix Agent. Jun 28 12:09:11 almalinux8-64-puppet8.example.com systemd[1]: Starting Zabbix Agent... �[mNotice: Applied catalog in 98.50 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
Puppet / Puppet 8 - AlmaLinux 8 - Zabbix 7.0
The operation was canceled.
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L476
zabbix::agent on archlinux-rolling-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L476
zabbix::agent on centos-7-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L476
zabbix::agent on debian-11-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L476
zabbix::agent on debian-12-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L476
zabbix::agent on ubuntu-20.04-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L476
zabbix::agent on ubuntu-22.04-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L476
zabbix::agent on archlinux-rolling-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L476
zabbix::agent on centos-7-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L476
zabbix::agent on debian-11-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L476
zabbix::agent on debian-12-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L476
zabbix::agent on ubuntu-20.04-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L476
zabbix::agent on ubuntu-22.04-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file