Add EL9 support #180
ci.yml
on: pull_request
Puppet
/
Static validations
15s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
12 errors
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L17
keepalived class with default parameters works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131753139.pp.TjIMkI
Last 10 lines of output were:
Mar 12 13:19:28 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Triggered 'refresh' from 1 event
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: ]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: ]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 93.58 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L21
keepalived class with default parameters works idempotently
Failure/Error: apply_manifest(pp2, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_131928401.pp.J4SqiJ
Last 10 lines of output were:
Mar 12 13:19:30 centos9-64-puppet7.example.com Keepalived[819]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Mar 12 13:19:30 centos9-64-puppet7.example.com Keepalived[819]: Warning - keepalived has no configuration to run
Mar 12 13:21:00 centos9-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Mar 12 13:21:00 centos9-64-puppet7.example.com Keepalived[819]: Stopping
Mar 12 13:21:00 centos9-64-puppet7.example.com Keepalived[819]: CPU usage (self/children) user: 0.000082/0.000000 system: 0.004806/0.000000
Mar 12 13:21:00 centos9-64-puppet7.example.com Keepalived[819]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Mar 12 13:21:00 centos9-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Mar 12 13:21:00 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: Applied catalog in 90.30 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L30
keepalived class with default parameters creates fact keepalived_version
Failure/Error: service_fact = apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132100368.pp.zpd3SZ
Last 10 lines of output were:
Mar 12 13:22:32 centos9-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Mar 12 13:22:32 centos9-64-puppet7.example.com Keepalived[957]: Stopping
Mar 12 13:22:32 centos9-64-puppet7.example.com Keepalived[957]: CPU usage (self/children) user: 0.004862/0.000000 system: 0.000000/0.000000
Mar 12 13:22:32 centos9-64-puppet7.example.com Keepalived[957]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Mar 12 13:22:32 centos9-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Mar 12 13:22:32 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: 2.2.8]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: 2.2.8]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 90.32 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L97
keepalived class on master with globalconf works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132246992.pp.doPFA4
Last 10 lines of output were:
Mar 12 13:22:34 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Assigned address 172.17.0.2 for interface eth0
Mar 12 13:22:34 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Registering gratuitous ARP shared channel
Mar 12 13:22:34 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: (VI_50) removing VIPs.
Mar 12 13:22:34 centos9-64-puppet7.example.com Keepalived[1261]: Startup complete
Mar 12 13:22:34 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: (VI_50) Entering BACKUP STATE (init)
Mar 12 13:22:34 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: VRRP sockpool: [ifindex( 14), family(IPv4), proto(112), fd(12,13) multicast, address(224.0.0.18)]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 91.20 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L101
keepalived class on master with globalconf works idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132419880.pp.crUDVr
Last 10 lines of output were:
Mar 12 13:22:38 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Sending gratuitous ARP on eth0 for 10.0.0.1
Mar 12 13:22:38 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Sending gratuitous ARP on eth0 for 10.0.0.1
Mar 12 13:22:38 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Sending gratuitous ARP on eth0 for 10.0.0.1
Mar 12 13:22:38 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Sending gratuitous ARP on eth0 for 10.0.0.1
Mar 12 13:22:43 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: (VI_50) Sending/queueing gratuitous ARPs on eth0 for 10.0.0.1
Mar 12 13:22:43 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Sending gratuitous ARP on eth0 for 10.0.0.1
Mar 12 13:22:43 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Sending gratuitous ARP on eth0 for 10.0.0.1
Mar 12 13:22:43 centos9-64-puppet7.example.com Keepalived_vrrp[1262]: Sending gratuitous ARP on eth0 for 10.0.0.1
�[mNotice: Applied catalog in 90.29 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L127
keepalived class with unmanaged external config works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132551994.pp.YVipKJ
Last 10 lines of output were:
Mar 12 13:22:49 centos9-64-puppet7.example.com systemd[1]: Stopped LVS and VRRP High Availability Monitor.
Mar 12 13:22:49 centos9-64-puppet7.example.com systemd[1]: Starting LVS and VRRP High Availability Monitor...
Mar 12 13:22:49 centos9-64-puppet7.example.com Keepalived[1612]: Starting Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Mar 12 13:22:49 centos9-64-puppet7.example.com Keepalived[1612]: Running on Linux 5.15.0-1058-azure #66~20.04.2-Ubuntu SMP Wed Feb 28 12:36:21 UTC 2024 (built for Linux 5.14.0)
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Triggered 'refresh' from 2 events
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 90.22 seconds
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L131
keepalived class with unmanaged external config works idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_132723888.pp.KMWxmf
Last 10 lines of output were:
Mar 12 13:27:25 centos9-64-puppet7.example.com Keepalived[2059]: NOTICE: setting config option max_auto_priority should result in better keepalived performance
Mar 12 13:27:25 centos9-64-puppet7.example.com Keepalived[2059]: Warning - keepalived has no configuration to run
Mar 12 13:28:55 centos9-64-puppet7.example.com systemd[1]: keepalived.service: start operation timed out. Terminating.
Mar 12 13:28:55 centos9-64-puppet7.example.com Keepalived[2059]: Stopping
Mar 12 13:28:55 centos9-64-puppet7.example.com Keepalived[2059]: CPU usage (self/children) user: 0.000086/0.000000 system: 0.004993/0.000000
Mar 12 13:28:55 centos9-64-puppet7.example.com Keepalived[2059]: Stopped Keepalived v2.2.8 (04/04,2023), git commit v2.2.7-154-g292b299e+
Mar 12 13:28:55 centos9-64-puppet7.example.com systemd[1]: keepalived.service: Failed with result 'timeout'.
Mar 12 13:28:55 centos9-64-puppet7.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: Applied catalog in 90.30 seconds
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9
Canceling since a higher priority waiting request for '299/merge' exists
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/keepalived_spec.rb#L17
keepalived class with default parameters works with no error
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_140735941.pp.vb8WnA
Last 10 lines of output were:
Mar 29 14:09:13 centos9-64-puppet8.example.com systemd[1]: Failed to start LVS and VRRP High Availability Monitor.
�[mNotice: /Stage[main]/Keepalived::Service/Service[keepalived]: Triggered 'refresh' from 1 event
Info: Class[Keepalived::Service]: Unscheduling all events on Class[Keepalived::Service]
Info: Class[Keepalived]: Unscheduling all events on Class[Keepalived]
�[mNotice: /Stage[main]/Main/Notify[Keepalived version was: ]: Dependency Service[keepalived] has failures: true
Warning: /Stage[main]/Main/Notify[Keepalived version was: ]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 96.38 seconds
|
Puppet / Puppet 8 - CentOS 9
The operation was canceled.
|