Duplicate: Add sensitive support #857
Annotations
10 errors
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_153235650.82cOyd.pp
Last 10 lines of output were:
Jul 03 15:34:20 oracle7-64-puppet7.example.com zabbix_agentd[906]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ...
Jul 03 15:34:20 oracle7-64-puppet7.example.com zabbix_agentd[906]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c).
Jul 03 15:34:20 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent.
Jul 03 15:34:20 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state.
Jul 03 15:34:20 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.19 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:12
|
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_153420823.gqSnYx.pp
Last 10 lines of output were:
Jul 03 15:34:34 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.
Jul 03 15:34:34 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.
Jul 03 15:36:04 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service start operation timed out. Terminating.
Jul 03 15:36:04 oracle7-64-puppet7.example.com zabbix_agentd[1024]: Got signal [signal:15(SIGTERM),sender_pid:1,sender_uid:0,reason:0]. Exiting ...
Jul 03 15:36:04 oracle7-64-puppet7.example.com zabbix_agentd[1024]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c).
Jul 03 15:36:04 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent.
Jul 03 15:36:04 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state.
Jul 03 15:36:04 oracle7-64-puppet7.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
|
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
|
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
|
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_153605416.hTD5Ta.pp
Last 10 lines of output were:
Jul 03 15:36:18 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart.
Jul 03 15:36:18 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent.
Jul 03 15:36:18 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent...
Jul 03 15:36:18 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
Jul 03 15:36:18 oracle7-64-puppet7.example.com zabbix_agentd[1226]: Starting Zabbix Agent [oracle7-64-puppet7.example.com]. Zabbix 7.0.0 (revision 49955f1fb5c).
Jul 03 15:36:18 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.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
|
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_153749268.Hnefsx.pp
Last 10 lines of output were:
Jul 03 15:37:49 oracle7-64-puppet7.example.com zabbix_agentd[1226]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c).
Jul 03 15:37:49 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent.
Jul 03 15:37:49 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state.
Jul 03 15:37:49 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed.
Jul 03 15:38:02 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart.
Jul 03 15:38:02 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent.
Jul 03 15:38:02 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent...
Jul 03 15:38:02 oracle7-64-puppet7.example.com zabbix_agentd[1342]: zabbix_agentd [1342]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
�[mNotice: Applied catalog in 102.13 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:40
|
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_153933349.QrysFs.pp
Last 10 lines of output were:
Jul 03 15:39:33 oracle7-64-puppet7.example.com zabbix_agentd[1344]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c).
Jul 03 15:39:33 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent.
Jul 03 15:39:33 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state.
Jul 03 15:39:33 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed.
Jul 03 15:39:46 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart.
Jul 03 15:39:46 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent.
Jul 03 15:39:46 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent...
Jul 03 15:39:46 oracle7-64-puppet7.example.com zabbix_agentd[1467]: zabbix_agentd [1467]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
�[mNotice: Applied catalog in 102.05 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
|
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_154117272.iZ3VJF.pp
Last 10 lines of output were:
Jul 03 15:41:17 oracle7-64-puppet7.example.com zabbix_agentd[1469]: Zabbix Agent stopped. Zabbix 7.0.0 (revision 49955f1fb5c).
Jul 03 15:41:17 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Agent.
Jul 03 15:41:17 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-agent.service entered failed state.
Jul 03 15:41:17 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service failed.
Jul 03 15:41:30 oracle7-64-puppet7.example.com systemd[1]: zabbix-agent.service holdoff time over, scheduling restart.
Jul 03 15:41:30 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Agent.
Jul 03 15:41:30 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Agent...
Jul 03 15:41:30 oracle7-64-puppet7.example.com zabbix_agentd[1585]: zabbix_agentd [1585]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
�[mNotice: Applied catalog in 102.06 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/agent_spec.rb:59
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::server class default parameters 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_154341343.4Kdl5w.pp
Last 10 lines of output were:
Jul 03 15:44:06 oracle7-64-puppet7.example.com zabbix_server[3029]: cannot use database "zabbix_server": database is not a Zabbix database
Jul 03 15:44:08 oracle7-64-puppet7.example.com systemd[1]: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: No such file or directory
Jul 03 15:44:09 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Server.
Jul 03 15:44:09 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-server.service entered failed state.
Jul 03 15:44:09 oracle7-64-puppet7.example.com systemd[1]: zabbix-server.service failed.
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Triggered 'refresh' from 3 events
Info: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 25.44 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/server_spec.rb:10
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::server class default parameters 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_154409200.JA0a42.pp
Last 10 lines of output were:
LINE 1: select userid from users limit 1
^
[select userid from users limit 1]
Jul 03 15:44:23 oracle7-64-puppet7.example.com zabbix_server[3179]: cannot use database "zabbix_server": database is not a Zabbix database
Jul 03 15:44:25 oracle7-64-puppet7.example.com systemd[1]: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: No such file or directory
Jul 03 15:44:25 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Server.
Jul 03 15:44:25 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-server.service entered failed state.
Jul 03 15:44:25 oracle7-64-puppet7.example.com systemd[1]: zabbix-server.service failed.
�[mNotice: Applied catalog in 14.06 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/server_spec.rb:10
|
This job failed
Loading